﻿.LiveForm.PieFunds.CareersForm .page-break-section .fullname .Field-Container {
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.LiveForm.PieFunds .page-break-section > .Field.fullname {
    margin: 0;
    width: 100%;
}

    .LiveForm.PieFunds .page-break-section > .Field.fullname .Field-Container {
        margin: 0 !important;
        width: 100%;
    }

.LiveForm.PieFunds .page-break-section > .Field.email {
    padding: 0;
    width: 100%;
}

    .LiveForm.PieFunds .page-break-section > .Field.email .Field-Container {
        width: 100%;
    }

.LiveForm.PieFunds .page-break-section > .Field.phone {
    width: 100%;
}

    .LiveForm.PieFunds .page-break-section > .Field.phone .Field-Container {
        width: 100%;
    }

.LiveForm.PieFunds .page-break-section > .Field.city {
    width: 100%;
}

    .LiveForm.PieFunds .page-break-section > .Field.city .Field-Container {
        width: 100%;
    }

.LiveForm.PieFunds .page-break-section > .Field.message {
    width: 100%;
}

    .LiveForm.PieFunds .page-break-section > .Field.message .Field-Container {
        width: 100%;
    }

.LiveForm.PieFunds .page-break-section > .Field.Submitbutton {
    width: 100%;
}
    .LiveForm.PieFunds .page-break-section > .Field.Submitbutton .Submit-Align-Right {
        width: 100%;
    }

.LiveForm.PieFunds .Submitbutton input.bSubmit {
    float: right;
}

/* Media query for Bootstrap lg breakpoint - set field containers to 50% width and center align */
@media (min-width: 992px) {
    .LiveForm.PieFunds .page-break-section > .Field.fullname .Field-Container,
    .LiveForm.PieFunds .page-break-section > .Field.email .Field-Container,
    .LiveForm.PieFunds .page-break-section > .Field.phone .Field-Container,
    .LiveForm.PieFunds .page-break-section > .Field.city .Field-Container,
    .LiveForm.PieFunds .page-break-section > .Field.message .Field-Container,
    .LiveForm.PieFunds .page-break-section > .Field.Submitbutton .Submit-Align-Right {
        width: 50%;
    }
}

/* Override textarea styling from another CSS file */
.LiveForm.PieFunds .page-break-section > .Field.Textarea textarea {
    padding-bottom: 80px;
}

.LiveForm.PieFunds .Field.Textbox.hidden {
    display: none;
}